Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v3.9.0 #87

Merged
merged 8 commits into from
Jan 15, 2024
Merged

v3.9.0 #87

merged 8 commits into from
Jan 15, 2024

Conversation

chullybun
Copy link
Collaborator

@chullybun chullybun commented Jan 12, 2024

  • Enhancement: A new Abstractions.ServiceBusMessageActions has been created to encapsulate either a Microsoft.Azure.WebJobs.ServiceBus.ServiceBusMessageActions (existing in-process function support) or Microsoft.Azure.Functions.Worker.ServiceBusMessageActions (new isolated function support) and used internally. Implicit conversion is enabled to simplify usage; existing projects will need to be recompiled. The latter capability does not support RenewAsync and as such this capability is no longer leveraged for consistency; review documented PeekLock behavior to get desired outcome.
  • Enhancement: The Result, Result<T>, PagingArgs and PagingResult have had IEquatable added to enable equality comparisons.
  • Enhancement: Upgraded UnitTestEx dependency to 4.0.2 to enable isolated function testing.
  • Enhancement: Enabled IJsonSerializer support for CompositeKey JSON serialization/deserialization.
  • Enhancement: Added IEventDataFormatter which when implemented by the value set as the EventData.Value allows additional formatting to be applied by the EventDataFormatter.
  • Enhancement: Added IsMapNullIfNull to BidirectionalMapper that indicates whether to map null source value to a corresponding null destination automatically.
  • Fixed: Added ReferenceDataMultiDictionaryConverterFactory to ensure each IReferenceDataCollection is serialized correctly according to its underlying type.
  • Fixed: EventDataFormatter and CloudEventSerializerBase updated to correctly set the Key property where applicable.
  • Internal: Upgraded NUnit dependency to 4.0.1 for all CoreEx unit test; also, all unit tests now leverage the NUnit constraint model testing approach.

@chullybun chullybun merged commit 13b4aca into main Jan 15, 2024
2 checks passed
@chullybun chullybun deleted the v3.9.0 branch January 15, 2024 20:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant